logical flow meaning in Chinese
逻辑流程
Examples
- Spot missing tasks or flaws in the logical flow of tasks
在任务的逻辑流程中,标记遗漏的任务或出现的差错。 - Then i ' ll work on a few core competencies - eg ability to write with exceptional clarity ; a disciplined mind that works well with numbers ; it skills and the attendant traits they develop such as logical flow or flexibility ; capacity to cope with changes
此外,还需要具备一些关键技能,例如,思路清晰的书写能力、对数字应付自如、善于利用资讯科技(使用它们也能培养逻辑思维和伸缩性)和应变的能力。 - Breaking a project into phases enables you to focus on one aspect of the project at a time , see the logical flow of tasks in the project , determine whether any tasks are missing from that phase , and report project status at the right level of detail to others
将项目分割成阶段,可使您在某一时间内将精力集中在项目的某个方面,查看项目中任务的逻辑流程,确定该阶段中是否有任务遗漏,并在适当层次上向他人汇报项目状态。 - Both are used to separate the responsibility for rendering pages from the model and controller . both accept objects passed into them as an input argument , both allow inserting string values within code " expressions " , and allow direct use of java code to perform loops , declare variable , or perform logical flows " scriptlets " . both are good ways of representing the structure of a generated object web page , java class , or file while supporting customization of the details
Jet与jsp非常类似:二者使用相同的语法,实际上在后台都被编译成java程序;二者都用来将呈现页面与模型和控制器分离开来;二者都可以接受输入的对象作为参数,都可以在代码中插入字符串值(表达式) ,可以直接使用java代码执行循环、声明变量或执行逻辑流程控制(脚本) ;二者都可以很好地表示所生成对象的结构, ( web页面、 java类或文件) ,而且可以支持用户的详细定制。